-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fenv.feenableexcept_fegetexcept failed (x86_64 和 loongarch64 失败现场一致) #8
Comments
arm64 different from larch64 and x86_64
|
fenv.feenableexcept_fegetexcept should be tested on a real machine. The expected behavior of the child process is to receive the SIGFPE signal(hardware trapping of floating point exceptions) and terminate accordingly upon executing line 217 (something like the following). This enables the parent process to identify the termination signal, allowing the test to pass successfully.
LoongArch supports hardware trapping of floating point exceptions. See:
Reference: tst code:
|
larch the same error both in system and user mode
x86_64
The text was updated successfully, but these errors were encountered: