when i multiply two HDR (each 32bit/channel) it results in a 8bit image... It's saved in 32bit but pixelx values no more exceed 1.0

here is my command
magick -gravity center image1.hdr image2.hdr -compose Multiply -composite -define quantum:format=floating-point -depth 32 result.hdr
Thanks for you help