Skip to content
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

WIP: Fix floats on m68k #38

Open
wants to merge 67 commits into
base: master
Choose a base branch
from
Open

WIP: Fix floats on m68k #38

wants to merge 67 commits into from

Conversation

antoyo
Copy link

@antoyo antoyo commented Oct 27, 2023

This doesn't work:

thread 'main' panicked at src/main.rs:17:5:
assertion `left == right` failed
  left: Ok(1.4489974452386991)
 right: Ok(-8.586821471280706e240)

antoyo and others added 30 commits January 7, 2023 09:45
… when generating some code using target-specific builtins
gcc/config/i386:
	PR jit/TODO
	* i386-builtins.cc: New function (clear_builtin_types).

gcc/jit:
	PR jit/TODO
	* dummy-frontend.cc: Include headers target.h, jit-recording.h,
	unordered_map and string, new variables (target_function_types, and
	target_builtins_ctxt), new function (tree_type_to_jit_type).
	* jit-builtins.cc: Specify that the function types are not from
	target builtins.
	* jit-playback.cc: New argument is_target_builtin to new_function.
	* jit-playback.h
	* jit-recording.cc
	* jit-recording.h
	* libgccjit.cc
	* libgccjit.h
	* libgccjit.map

gcc/testsuite/jit.dg:
	PR jit/TODO
	* all-non-failing-tests.h
	* test-target-builtins.c
Fix compilation error when bfloat is unsupported
Add test for cold attribute in libgccjit
fixup! WIP: Add support for function attributes
Add support for returns_twice attribute in libgccjit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants