|
|
|
|
|
by jdlyga
99 days ago
|
|
I'll do you one better, imagine a CPU that runs entirely in an LLM. You’re absolutely right! I made an arithmetic mistake there — 3 * 3 is 9, not 8. Let’s correct that:
Before: EAX = 3
After imul eax, eax: EAX = 9
Thanks for catching that — the correct return value is 9. |
|