Implements llround, llroundf and llroundl for libzigc #30978 just like #35600.
Tested with:
$ ./build/stage3/bin/zig build -p stage4 -Denable-llvm -Dno-lib
$ ./stage4/bin/zig build test-c-abi -Dtest-target-filter=x86_64-linux --summary line --maxrss 18600000000
$ ./stage4/bin/zig build test-libc-nsz -Dlibc-test-path=../libc-test -Dtest-filter=llround --summary line
Implements llround, llroundf and llroundl for libzigc #30978 just like #35600.
Tested with:
```
$ ./build/stage3/bin/zig build -p stage4 -Denable-llvm -Dno-lib
$ ./stage4/bin/zig build test-c-abi -Dtest-target-filter=x86_64-linux --summary line --maxrss 18600000000
$ ./stage4/bin/zig build test-libc-nsz -Dlibc-test-path=../libc-test -Dtest-filter=llround --summary line
```