169 похожих чатов

Hello Is multiplication faster than division in this case? int liters(double time) {

return time * 0.5;
// OR
return time / 2;
}

8 ответов

16 просмотров

Benchmark it

there's only one way to find out: measure

Roman Sharkov
there's only one way to find out: measure

if it's compiled you can check the ASM, the compiler might translate both to the same asm

Ali-Ayed / FREE PALESTINE 🇵🇸 Автор вопроса
⟨ Simon | Schürrle ⟩
if it's compiled you can check the ASM, the compil...

Okay guys. Understood. I will use Godbolt Compiler Explorer, am I right?

Ali-Ayed / FREE PALESTINE 🇵🇸 Автор вопроса

I thought it's a popular tool to do that

Ali Ayed / FREE PALESTINE 🇵🇸
I thought it's a popular tool to do that

* compiles to mulsd / compiles to divsd Related answers I found: https://stackoverflow.com/questions/71739078/why-is-divsd-not-much-slower-than-mulsd-in-this-benchmark https://stackoverflow.com/questions/4125033/floating-point-division-vs-floating-point-multiplication/45899202#45899202

Похожие вопросы

Обсуждают сегодня

30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
6
в JclConsole объявлено так: function CtrlHandler(CtrlType: DWORD): BOOL; stdcall; - где ваше объявление с stdcall? у вас на картинке нет stdcall
Karagy
8
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
~ 2m21s  nix shell github:nixos/nixpkgs#stack ~  stack ghc -- --version error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:...
Rebuild your mind.
6
Карта сайта