-
Notifications
You must be signed in to change notification settings - Fork 17
RFC: turn on fun & safe math optimizations for NEON #108
Comments
Add Armv8-A AArch64 as a new arch. is an option, isn't it? |
@KexyBiscuit our arm64 port is already ARMv8-A AArch64. @Artoria2e5 I think accuracy is still a problem. Maybe it can be an option that can be enabled per package. |
@Icenowy What a typo... I meant AArch32. |
@KexyBiscuit for ARMv8 AArch32, this port is nearly useless -- the only suitable ARM Cortex(R) core is Cortex-A32. |
Test case: https://news.ycombinator.com/item?id=13244168 No, even with ARMv8-a set as |
@Icenowy It's useful for those devices using AArch64 processor but with AArch32 OS, like Rasp. Pi. |
@KexyBiscuit currently I don't know any other device that officially support AArch32 kernel on AArch64 CPU -- except for some Qualcomm ones which we may never be able to support. |
事实的处理中会管 denormal 的人真的很少,甚至连 Intel 的编译器在不是 O0 的时候都会把它摘掉……真的这个精度没有人会管。 |
Icenowy says v8 neon is ok, but we are still doing arm7hf so... (also, do people really care about denormals?)
The text was updated successfully, but these errors were encountered: