Преглед изворни кода

simplify armhf fesetenv

armhf fesetenv implementation did a useless read of the fpscr.
Szabolcs Nagy пре 10 година
родитељ
комит
04d522cba6
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/fenv/armhf/fenv.s

+ 0 - 1
src/fenv/armhf/fenv.s

@@ -54,7 +54,6 @@ fegetenv:
 .global fesetenv
 .type fesetenv,%function
 fesetenv:
-	mrc p10, 7, r3, cr1, cr0, 0
 	cmn r0, #1
 	moveq r3, #0
 	ldrne r3, [r0]