<discocaml>
<dubious245> Fair 😆 also to be fair I am having no luck right now.
<discocaml>
<dubious245> Riscv virt board on qemu has abysmal documentation.
<discocaml>
<dubious245> Think I am gonna see if raspberry pi 4 board is any better.
Haudegen has quit [Quit: Bin weg.]
Tuplanolla has quit [Quit: Leaving.]
myrkraverk_ has joined #ocaml
myrkraverk has quit [Ping timeout: 260 seconds]
myrkraverk has joined #ocaml
myrkraverk_ has quit [Ping timeout: 260 seconds]
infinity0 has quit [Ping timeout: 260 seconds]
myrkraverk_ has joined #ocaml
myrkraverk has quit [Ping timeout: 276 seconds]
infinity0 has joined #ocaml
ced2 has joined #ocaml
myrkraverk has joined #ocaml
myrkraverk_ has quit [Ping timeout: 252 seconds]
myrkraverk_ has joined #ocaml
myrkraverk has quit [Ping timeout: 252 seconds]
semarie has quit [Ping timeout: 248 seconds]
semarie has joined #ocaml
bartholin has joined #ocaml
YuGiOhJCJ has joined #ocaml
Tuplanolla has joined #ocaml
bibi is now known as Guest8631
Guest8631 has quit [Killed (molybdenum.libera.chat (Nickname regained by services))]
Guest8631 has joined #ocaml
Serpent7776 has joined #ocaml
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
Haudegen has joined #ocaml
wickedshell has quit [Ping timeout: 276 seconds]
myrkraverk has joined #ocaml
myrkraverk_ has quit [Ping timeout: 276 seconds]
infinity0 has quit [Ping timeout: 252 seconds]
tremon has joined #ocaml
leah2 has quit [Ping timeout: 272 seconds]
Serpent7776 has quit [Ping timeout: 244 seconds]
leah2 has joined #ocaml
wickedshell has joined #ocaml
myrkraverk_ has joined #ocaml
myrkraverk has quit [Ping timeout: 265 seconds]
leah2 has quit [Ping timeout: 260 seconds]
wbooze has joined #ocaml
leah2 has joined #ocaml
<discocaml>
<gabyfle> Hey ! I'm currently writing some FFI code, and I was wondering: does ocaml float are represented using doubles or floats in C ? Also, when using Biggarray.float32_elt, are they should be `float`s right, not `double` ?
<discocaml>
<gabyfle> Hey ! I'm currently writing some FFI code, and I was wondering: does ocaml float are represented using doubles or floats in C ? Also, when using Biggarray.float32_elt, they are `float`s right, not `double` or am I wrong?