<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libc/src/time/gpu/timespec_get.cpp, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[libc] Enable 'timespec_get' for the GPU build (#120304)</title>
<updated>2024-12-17T21:31:07+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>huberjn@outlook.com</email>
</author>
<published>2024-12-17T21:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=958de20b30e73d898cf538435da5bab42ffd4987'/>
<id>958de20b30e73d898cf538435da5bab42ffd4987</id>
<content type='text'>
Summary:
Currently fails to build libc++ because this is missing.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Currently fails to build libc++ because this is missing.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Implement `timespec_get` (#116102)</title>
<updated>2024-12-02T22:29:49+00:00</updated>
<author>
<name>Petr Hosek</name>
<email>phosek@google.com</email>
</author>
<published>2024-12-02T22:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b8daa45a566b15d929a812d85f3f1ff8c868c889'/>
<id>b8daa45a566b15d929a812d85f3f1ff8c868c889</id>
<content type='text'>
`timespec_get` is C standard counterpart to POSIX `clock_gettime`. On
Linux we simply use `clock_gettime`. On baremetal we introduce a new
external API `__llvm_libc_timespec_get_utc` that should be implemented
by the vendor.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`timespec_get` is C standard counterpart to POSIX `clock_gettime`. On
Linux we simply use `clock_gettime`. On baremetal we introduce a new
external API `__llvm_libc_timespec_get_utc` that should be implemented
by the vendor.</pre>
</div>
</content>
</entry>
</feed>
