[rumpkernel/rumprun] 3c157b: Enable SSE in i386

  • From: GitHub <noreply@xxxxxxxxxx>
  • To: rumpkernel-builds@xxxxxxxxxxxxx
  • Date: Fri, 17 Mar 2017 13:33:51 -0700

  Branch: refs/heads/master
  Home:   https://github.com/rumpkernel/rumprun
  Commit: 3c157b590cdf429369f7bd8962682728febad6f1
      
https://github.com/rumpkernel/rumprun/commit/3c157b590cdf429369f7bd8962682728febad6f1
  Author: Francesco Lattanzio <franz.lattanzio@xxxxxxxxx>
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
    M AUTHORS
    M platform/hw/arch/amd64/locore.S
    M platform/hw/arch/i386/locore.S
    M platform/hw/include/arch/x86/reg.h

  Log Message:
  -----------
  Enable SSE in i386

For libcompiler_rt makes use of SSE instructions in its floating point
routines, CR4's OSFXSR flag must be enabled or an #UD exception will
ensue.
This patch also enables the OSXMMEXCPT flag, just to be in sync with
the amd64 version of the boot code.


  Commit: c7f2f016becc1cd0e85da6e1b25a8e7f9fb2aa74
      
https://github.com/rumpkernel/rumprun/commit/c7f2f016becc1cd0e85da6e1b25a8e7f9fb2aa74
  Author: Antti Kantee <pooka@xxxxxx>
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
    M AUTHORS
    M platform/hw/arch/amd64/locore.S
    M platform/hw/arch/i386/locore.S
    M platform/hw/include/arch/x86/reg.h

  Log Message:
  -----------
  Merge pull request #92 from fltt/patches

Fix awk locale and enable SSE


Compare: 
https://github.com/rumpkernel/rumprun/compare/e5207b247d4d...c7f2f016becc

Other related posts:

  • » [rumpkernel/rumprun] 3c157b: Enable SSE in i386 - GitHub