Skip to content

Conversation

@JDuchniewicz
Copy link

@JDuchniewicz JDuchniewicz commented Dec 11, 2025

Allows for PDs to specify the fpu flag to explicitly disable the FPU usage in them. By default it's set to true.

Signed-off-by: Jakub Duchniewicz <[email protected]>
@lsf37
Copy link
Member

lsf37 commented Dec 11, 2025

The default should be True. The RFC has it on True by default for the kernel for good reasons -- the FPU was enabled by default before and you will get hangs/crashes if you do not force the compiler to avoid FPU/SIMD instructions.

@JDuchniewicz
Copy link
Author

Apologies, right - the FPU will be enabled by default and only disabled if one explicitly specifies fpu=false in the SDF.

Signed-off-by: Jakub Duchniewicz <[email protected]>
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