Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

floating point CI

Hello there, i´ve included the "floating point ci" in the Design, and tried to use it in the software. Current Code : volatile float f, f1, f2, f3; f1 = 1.9f; f2 = 0.5f; ...