[BACK]Return to fpsetmask.S CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / arch / x86_64 / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/arch/x86_64/gen/fpsetmask.S between version 1.4 and 1.5

version 1.4, 2011/10/19 15:24:58 version 1.5, 2012/01/19 16:37:18
Line 33  ENTRY(fpsetmask)
Line 33  ENTRY(fpsetmask)
   
         stmxcsr -4(%rsp)          stmxcsr -4(%rsp)
         movl    -4(%rsp), %edx          movl    -4(%rsp), %edx
         andl    $0xfffff07f, %edx          andl    $0xffffe07f, %edx
         sall    $7, %edi          sall    $7, %edi
         orl     %edi, %edx          orl     %edi, %edx
         movl    %edx,-4(%rsp)          movl    %edx,-4(%rsp)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>