[LLVMbugs] [Bug 15546] New: Possible unsafe maths bug in NEON VMUL.f32
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Mar 19 11:08:21 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=15546
Bug ID: 15546
Summary: Possible unsafe maths bug in NEON VMUL.f32
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: ARM
Assignee: unassignedbugs at nondot.org
Reporter: renato.golin at linaro.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
As described in bug #15545, NEON's SPFP VMUL is not IEEE 754 compliant and that
is failing a test (TSVC).
But NEON VMUL.f32 is faster than VFP's version, so in A8, A5 and Swift, it's
enabled by default.
Question is: do we really want this enabled by default when safe-math is on?
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130319/ceac6da1/attachment.html>
More information about the llvm-bugs
mailing list